Skip to main content
DELETE
Use this when you want to permanently delete a webhook endpoint. To stop dispatch without losing the URL, use `enabled: false` via the update endpoint instead.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^mk_we_[0-9a-f]{16}$

Response

Success

ok
enum<boolean>
required
Available options:
true
endpointId
string
required